no-useless-timer
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)
committerJoachim Breitner <nomeata@debian.org>
Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)
commitde26fec5fc8143793ed170f56a3dc042171632d1
treef290763fafdd66eca88ed4306c3804782c60b30b
parent375c4291ee9a0e3532efd030f57295b578fc91c9
no-useless-timer

commit a73d0a21c875ff539c2240e431eaf87173a92bd3
Author: Ian Lynagh <igloo@earth.li>
Date:   Sun Jan 15 19:21:38 2012 +0000

    Fix a #define

    I don't think it was causing any problems, but
        TimeToUS(x+y)
    would have evaluated to
        x + (y / 1000)

    MERGED from commit 54121fffb5ee069d9b7a5628104ff1114ea87182

    On the 7.4 branch, this was causing a wrong conversion in
    getDelayTarget.

Signed-off-by: Paolo Capriotti <p.capriotti@gmail.com>
Gbp-Pq: Name no-useless-timer
includes/Rts.h
includes/rts/storage/TSO.h
rts/PrimOps.cmm
rts/posix/Select.c
rts/posix/Select.h